@charset "UTF-8";
/* Import Font Awesome for icons */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.footer-set-1125 {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-top: 5px solid #0651A1;
  background: #F5F5F5;
  z-index: 1000;
  padding: 0;
  margin: 0; }

.footer-set-1125 a {
  color: #000;
  text-decoration: none;
  font-family: Prompt;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: color 0.3s ease; }

.footer-set-1125 a:hover {
  color: #0651A1 !important;
  text-decoration: none; }

/* Content Container */
.dynamach-footer-container {
  display: flex;
  width: 1320px;
  padding: 40px 0;
  align-items: flex-start;
  gap: 32px; }

/* Footer Sections */
.dynamach-footer-section {
  display: flex;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch; }

/* Company Info Section */
.dynamach-footer-company-info {
  display: flex;
  width: 100%;
  padding-right: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px; }

/* Company Logo */
.dynamach-footer-company-logo {
  width: 100%; }

.dynamach-footer-logo {
  width: 285px;
  height: 64px;
  aspect-ratio: 285/64;
  object-fit: contain; }

/* Company Names */
.dynamach-footer-company-names {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.dynamach-footer-company-name-thai,
.dynamach-footer-company-name-english {
  color: var(--Black, #000);
  font-family: Prompt;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0; }

/* Office Info Section */
.dynamach-footer-office-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch; }

/* Section Titles */
.dynamach-footer-section-title {
  color: var(--Black, #000);
  font-family: Prompt;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 8px; }

/* Info Items */
.dynamach-footer-info-item {
  display: flex;
  align-items: start;
  gap: 8px;
  color: var(--Black, #000);
  font-family: Prompt;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }

.dynamach-footer-info-item i {
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Black, #000); }

/* Contact Info Section */
.dynamach-footer-contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch; }

.dynamach-footer-contact-items {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.dynamach-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Black, #000);
  font-family: Prompt;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }

.dynamach-footer-contact-item i {
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Black, #000); }

/* Contact Links Styling */
.dynamach-footer-contact-link {
  color: var(--Black, #000);
  text-decoration: none;
  font-family: Prompt;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: color 0.3s ease; }

.dynamach-footer-contact-link:hover {
  color: #0651A1; }

/* Phone Links Styling */
.dynamach-footer-phone-link {
  color: var(--Black, #000);
  text-decoration: none;
  font-family: Prompt;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: color 0.3s ease; }

.dynamach-footer-phone-link:hover {
  color: #0651A1; }

/* Phone Numbers Styling */
.dynamach-footer-phone-numbers {
  align-items: flex-start; }

.dynamach-footer-phone-list {
  display: flex;
  flex-direction: row;
  gap: 8px; }

/* Copyright Section */
.dynamach-footer-copyright-section {
  display: flex;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #C40909;
  width: 100%; }

.dynamach-footer-copyright-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  padding: 0 20px; }

.dynamach-footer-copyright-text {
  color: var(--Secondary, #FFF);
  font-family: Prompt;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }

/* Extra Large Screens */
@media (min-width: 1401px) {
  .dynamach-footer-container {
    width: 1320px; } }
/* Large Desktop */
@media (min-width: 1201px) and (max-width: 1400px) {
  .dynamach-footer-container {
    width: 100%;
    padding: 40px 20px; }

  .dynamach-footer-phone-list {
    flex-direction: column; } }
/* Tablet Landscape and Medium Screens */
@media (min-width: 1025px) and (max-width: 1200px) {
  .dynamach-footer-container {
    width: 100%;
    padding: 35px 20px;
    gap: 28px; }

  .dynamach-footer-phone-list {
    flex-direction: column; } }
@media (min-width: 769px) and (max-width: 1024px) {
  .dynamach-footer-container {
    width: 100%;
    padding: 30px 20px;
    gap: 24px; }

  .dynamach-footer-phone-list {
    flex-direction: column; } }
/* Tablet Portrait and Small Tablets */
@media (max-width: 768px) and (orientation: portrait) {
  .dynamach-footer-container {
    padding: 25px 20px; } }
@media (max-width: 768px) {
  .footer-set-1125 {
    justify-content: center;
    align-items: center; }

  .dynamach-footer-container {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 30px 16px; }

  .dynamach-footer-section {
    width: 100%;
    justify-content: flex-start;
    text-align: left; }

  .dynamach-footer-company-info {
    padding-right: 0;
    align-items: flex-start; }

  .dynamach-footer-office-info {
    align-items: flex-start;
    text-align: left; }

  .dynamach-footer-contact-info {
    align-items: flex-start;
    text-align: left; }

  .dynamach-footer-contact-items {
    align-items: flex-start; }

  .dynamach-footer-phone-numbers {
    align-items: flex-start; }

  .dynamach-footer-copyright-content {
    text-align: center; } }
/* Mobile Landscape */
@media (max-width: 600px) {
  .dynamach-footer-container {
    width: 100%;
    padding: 25px 12px;
    gap: 28px; } }
/* Mobile Portrait */
@media (max-width: 350px) {
  .dynamach-footer-container {
    width: 100%;
    gap: 24px; }

  .dynamach-footer-phone-list {
    display: flex;
    flex-direction: column;
    gap: 8px; } }
/* ==================== Widget ==================== */
.dynamach-chat-widget {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1001;
  /* อยู่เหนือ footer */
  font-family: inherit; }

.dynamach-chat-buttons-container {
  position: relative;
  display: inline-flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: #00A69C1A;
  border-radius: 50px; }

.dynamach-chat-channels {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.dynamach-chat-channel {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(0) scale(1);
  opacity: 1;
  will-change: transform, opacity; }

.dynamach-chat-channel:hover {
  transform: scale(1.05); }

.dynamach-chat-channel:active {
  transform: scale(0.95); }

.dynamach-chat-channel i {
  color: white;
  font-size: 24px; }

.dynamach-call {
  background: #0651A1; }

.dynamach-call:hover,
.dynamach-call:active {
  background: #043162; }

.dynamach-line {
  background: #00C500; }

.dynamach-line:hover,
.dynamach-line:active {
  background: #00C500; }

/* Widget Responsive */
@media (max-width: 768px) {
  .dynamach-chat-widget {
    bottom: 20px;
    right: 20px; }

  .dynamach-chat-channel {
    width: 50px;
    height: 50px; } }
@media (max-width: 480px) {
  .dynamach-chat-widget {
    bottom: 15px;
    right: 15px; }

  .dynamach-chat-channel {
    width: 45px;
    height: 45px; }

  .dynamach-chat-channel i {
    font-size: 20px; } }
/* ==================== END WIDGET ==================== */
/* ========================================
   CONTACT FORM START
   ======================================== */
/* Contact Form Section */
.homepage-contact-form {
  display: flex;
  padding: 60px 0;
  justify-content: center;
  align-items: center;
  gap: 25px;
  align-self: stretch;
  width: 100%;
  background-color: white; }

/* Contact Form Container */
.contact-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto; }

/* Contact Form Content */
.contact-form-content {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%; }

/* Left Side - Image Section */
.contact-form-image-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 587px;
  height: 452px;
  aspect-ratio: 100/77;
  flex-shrink: 0; }

.contact-form-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

/* Right Side - Text Section */
.contact-form-text-section {
  display: flex;
  width: 708px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px; }

/* Contact Form Title */
.contact-form-title {
  color: #000;
  font-family: Prompt;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 48px */
  margin: 0; }

/* Contact Form Description */
.contact-form-description {
  color: #000;
  font-family: Prompt;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin: 0; }

/* Contact Form Wrapper */
.contact-form-wrapper {
  width: 100%; }

/* Contact Form Styles */
.contact-form-wrapper form {
  margin: 0;
  padding: 0; }

.contact-form-wrapper .row {
  margin: 0;
  padding: 0; }

.contact-form-wrapper .form-group {
  margin-bottom: 16px;
  padding: 0; }

.contact-form-wrapper .form-group:last-child {
  margin-bottom: 0;
  justify-content: center;
  display: flex; }

.contact-form-wrapper .col-md-12 {
  padding: 0; }

.contact-form-wrapper .form-row-inner {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.contact-form-wrapper label {
  color: #000;
  font-family: Prompt;
  font-size: 16px;
  font-weight: 500;
  margin: 0; }

.contact-form-wrapper .form-elements {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #D1D5DB;
  border-radius: 4px;
  font-family: Prompt;
  font-size: 14px;
  background-color: white;
  transition: border-color 0.3s ease; }

.contact-form-wrapper textarea.form-elements {
  height: 100px;
  padding: 10px 16px;
  align-items: flex-start;
  resize: vertical; }

.contact-form-wrapper .form-elements:focus {
  outline: none;
  border-color: #A0D0E4; }

.contact-form-wrapper .g-recaptcha {
  margin: 16px 0; }

/* Submit Button */
.contact-form-wrapper .btn {
  display: flex;
  height: 42px;
  padding: 0 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #C40909;
  color: white;
  border: none;
  border-radius: 100px;
  font-family: Prompt;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease; }

.contact-form-wrapper .btn:hover {
  background-color: #891910; }

.contact-form-wrapper .btn:active {
  background-color: #5B110B; }

/* Responsive Design */
@media (max-width: 1200px) {
  .contact-form-container {
    padding: 0 16px; }

  .contact-form-content {
    gap: 20px; }

  .contact-form-image-section {
    width: 500px;
    height: 385px; }

  .contact-form-text-section {
    width: 600px; } }
@media (max-width: 768px) {
  .homepage-contact-form {
    padding: 40px 0;
    gap: 20px; }

  .contact-form-content {
    flex-direction: column;
    gap: 20px; }

  .contact-form-image-section {
    width: 100%;
    max-width: 587px;
    height: auto;
    aspect-ratio: 100/77; }

  .contact-form-text-section {
    width: 100%;
    max-width: 708px; }

  .contact-form-title {
    font-size: 28px; }

  .contact-form-description {
    font-size: 16px; } }
@media (max-width: 480px) {
  .homepage-contact-form {
    padding: 30px 0; }

  .contact-form-container {
    padding: 0 12px; }

  .contact-form-title {
    font-size: 24px; }

  .contact-form-description {
    font-size: 14px; } }
/* ========================================
   CONTACT FORM END
   ======================================== */
